Vectors in 2D and 3D space: A checklist for H2 math mastery

Vectors in 2D and 3D space: A checklist for H2 math mastery

Check our other pages :

Frequently Asked Questions

Vectors possess both magnitude and direction, while scalars have only magnitude. In 2D and 3D space, vectors are represented by components along the respective axes (e.g., (x, y) in 2D, (x, y, z) in 3D), whereas scalars are simply numerical values.
The magnitude of a vector **v** = (x, y) in 2D is ||**v**|| = √(x² + y²). In 3D, for **v** = (x, y, z), the magnitude is ||**v**|| = √(x² + y² + z²).
Vectors can be represented in component form (e.g., (x, y, z)), as a linear combination of unit vectors (e.g., xi + yj + zk), or geometrically as a directed line segment. Component form is useful for calculations, unit vector notation for expressing direction, and geometric representation for visualization.
Vector addition and subtraction are performed component-wise. For example, if **a** = (a₁, a₂, a₃) and **b** = (b₁, b₂, b₃), then **a** + **b** = (a₁ + b₁, a₂ + b₂, a₃ + b₃) and **a** - **b** = (a₁ - b₁, a₂ - b₂, a₃ - b₃).
The dot product of **a** = (a₁, a₂, a₃) and **b** = (b₁, b₂, b₃) is **a** · **b** = a₁b₁ + a₂b₂ + a₃b₃. It can also be expressed as ||**a**|| ||**b**|| cos θ, where θ is the angle between the vectors.
The angle θ between vectors **a** and **b** can be found using cos θ = (**a** · **b**) / (||**a**|| ||**b**||). Solve for θ to find the angle.